home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / www / RandAnim.lha / Anim Randomiser / Uninstall_Anim_Randomiser < prev   
Encoding:
Text File  |  1998-09-13  |  461 b   |  18 lines

  1. /* Uninstall */
  2.  
  3. address COMMAND
  4.  
  5. if ~exists("IBrowse") then do
  6.     say "This program must be executed from inside the IBrowse directory!"
  7.     exit
  8. end
  9.  
  10. 'copy Transfer_Anims/def_TransferAnimation.1 images/def_TransferAnimation'
  11. 'copy Transfer_Anims/def_TransferAnimation.1.info images/def_TransferAnimation.info'
  12.  
  13. 'delete Transfer_Anims ALL'
  14.  
  15. 'delete Random_IBrowse_Anim_Go!#?'
  16. 'delete Install_New_Anim#?'
  17. 'delete Random.readme#?'
  18. 'delete Uninstall_Anim_Randomiser#?'